SByteNINumericSByteNLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.LogicalAnd(
SByteN value
)
Private Function LogicalAnd (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).LogicalAnd
private:
virtual SByteN LogicalAnd(
SByteN value
) sealed = INumeric<SByteN>::LogicalAnd
private abstract LogicalAnd :
value : SByteN -> SByteN
private override LogicalAnd :
value : SByteN -> SByteN
- value SByteN
- The value with which to compute the logical bitwise AND.
SByteNThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)